home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / mapsched.iif < prev    next >
Text File  |  1993-08-23  |  1KB  |  123 lines

  1. inst4.1
  2. ! Sets up schedule for mapping part of Radial Basis
  3. ! Function network.
  4. ! Assumes new named schedule has been set up
  5. !
  6. ! n0, n1, f0, f1, f2 corrupted on output
  7. !
  8. =f0    LCRt
  9. ?f0    1.0
  10. >bgt    LCRtOK
  11. =f0    1.0
  12. /f0    LCRt
  13. :LCRtOK
  14. lf0    10.0        ! Take log
  15.  
  16. ?BBT1    10
  17. >bge    BBT1OK
  18. =BBT1    10
  19. :BBT1OK
  20. /f0    BBT1
  21.  
  22. ! Column A
  23. ! For self-organizing networks, first column gets nulled out
  24. =lcta    MpLC    ! Start where self organizing schedule left off
  25. =ArrX    1
  26. =lcft    "Learning Rate"
  27. =lcfa    0.0
  28. =ArrX    2
  29. =lcft    "Momentum"
  30. =lcfa    0.0
  31. =ArrX    3
  32. =lcft    "Err. Tolerance"
  33. =lcfa    0.0
  34.  
  35. ! Start the schedule here
  36. =n0    MpLC
  37. =n1    1
  38.  
  39. ! Column B
  40. =lctb    n1
  41. *lctb    BBT1
  42. +lctb    n0
  43. *n1    2
  44. =n0    lctb
  45. =f2    1.0
  46.  
  47. =ArrX    1
  48. =lcfb    BBLC
  49. *lcfb    f2
  50. =ArrX    2
  51. =lcfb    BBMm
  52. *lcfb    f2
  53. =ArrX    3
  54. =lcfb    0.1
  55.  
  56. ! Column C
  57. =lctc    n1
  58. *lctc    BBT1
  59. +lctc    n0
  60. *n1    2
  61. =f1    0.0
  62. -f1    f0
  63. -n0    MpLC
  64. *f1    n0
  65. =f2    10.0
  66. ^f2    f1
  67. =n0    lctc
  68.  
  69. =ArrX    1
  70. =lcfc    BBLC
  71. *lcfc    f2
  72. =ArrX    2
  73. =lcfc    BBMm
  74. *lcfc    f2
  75. =ArrX    3
  76. =lcfc    0.1
  77.  
  78. ! Column D
  79. =lctd    n1
  80. *lctd    BBT1
  81. +lctd    n0
  82. *n1    2
  83. =f1    0.0
  84. -f1    f0
  85. -n0    MpLC
  86. *f1    n0
  87. =f2    10.0
  88. ^f2    f1
  89. =n0    lctd
  90.  
  91. =ArrX    1
  92. =lcfd    BBLC
  93. *lcfd    f2
  94. =ArrX    2
  95. =lcfd    BBMm
  96. *lcfd    f2
  97. =ArrX    3
  98. =lcfd    0.1
  99.  
  100. ! Column E
  101. =lcte    n1
  102. *lcte    BBT1
  103. +lcte    n0
  104. *n1    2
  105. =f1    0.0
  106. -f1    f0
  107. -n0    MpLC
  108. *f1    n0
  109. =f2    10.0
  110. ^f2    f1
  111.  
  112. =ArrX    1
  113. =lcfe    BBLC
  114. *lcfe    f2
  115. =ArrX    2
  116. =lcfe    BBMm
  117. *lcfe    f2
  118. =ArrX    3
  119. =lcfe    0.1
  120.  
  121. @SLRS
  122. =ArrX    0
  123.